how to read file from terminal in python inside code

35

import sys
inFile = sys.argv[1]
outFile = sys.argv[2]

Comments

Submit
0 Comments